Welcome![Sign In][Sign Up]
Location:
Search - algorithms in

Search list

[Other resourceData+Structures+Algorithms+in+Java

Description: Data+Structures+Algorithms+in+Java,讲术java的数据结构和算法-Data Structures in Java, java stresses in the data structure and algorithm
Platform: | Size: 2884209 | Author: Mr. Ma | Hits:

[BooksAn Introduction to Genetic Algorithms

Description: Chapter 1: Genetic Algorithms: An Overview Chapter 2: Genetic Algorithms in Problem Solving Chapter 3: Genetic Algorithms in Scientific Models Chapter 4: Theoretical Foundations of Genetic Algorithms Charpter5 WHEN SHOULD A GENETIC ALGORITHM BE USED? Chapter 6: Conclusions and Future Directions
Platform: | Size: 2035161 | Author: wunan_3@126.com | Hits:

[Mathimatics-Numerical algorithmsAlgorithms in C++ Source Code

Description: 几百个数值算法-Hundreds of numerical algorithm
Platform: | Size: 185344 | Author: 站长 | Hits:

[AI-NN-PRsimpleCS

Description: Pascal Programs Printed in GENETIC ALGORITHMS IN SEARCH, OPTIMIZATION, AND MACHINE LEARNING by David E. Goldberg -Pascal Programs Printed in GENETIC ALGORITHMS IN SEARCH, OPTIMIZATION, AND MACHINE LEARNING by David E. Goldberg
Platform: | Size: 27648 | Author: zjw | Hits:

[JSPData+Structures+Algorithms+in+Java

Description: Data+Structures+Algorithms+in+Java,讲术java的数据结构和算法-Data Structures in Java, java stresses in the data structure and algorithm
Platform: | Size: 2883584 | Author: Mr. Ma | Hits:

[source in ebookAlgorithmsinJava_Part5(GraphAlgorithms)

Description: Algorithms in Java, Part 5 (Graph Algorithms) code
Platform: | Size: 9216 | Author: dedema | Hits:

[source in ebookAlgorithmsinC_Part5(GraphAlgorithms)code

Description: Algorithms in C, Part 5 (Graph Algorithms) code
Platform: | Size: 7168 | Author: dedema | Hits:

[OtherAlgorithms-in-C++-Source-Code-

Description: 包含大量的C++源码,从简单到复杂,一步一步,保证可以在1-2个月成为C++高手@-Contains a large number of C++ Source, from simple to complex, step by step to ensure that in 1-2 months to become C++ Master @
Platform: | Size: 196608 | Author: 张天意 | Hits:

[Software Engineeringss

Description: 遗传算法在电力系统无功优化中的应用综述(郭昆丽 姚李孝),设计额设计参考-Genetic algorithms in reactive power optimization Summary (昆丽Guo Yao Li), the design of the amount of design reference
Platform: | Size: 187392 | Author: 陈克佳 | Hits:

[Windows DevelopData.Structures.and.Algorithms.in.C++.(Adam.Drozde

Description: 数据結構与算法C++版Adam Drozdek著-Data structure and algorithm C++ Version of the Adam Drozdek
Platform: | Size: 22513664 | Author: feng | Hits:

[OtherAlgorithms

Description: 一本麻省理工大学算法经典教材,对研究算法的人,值得一看.-A classical algorithm for the Massachusetts Institute of Technology teaching materials, the study of algorithms, and worth a visit.
Platform: | Size: 18713600 | Author: qian | Hits:

[OtherData.Structures.and.Algorithms.in.C...(Adam.Drozde

Description: this book mainly includes these contents :linked list, stacks and queuse, recursions, binary tree, multi tree, graphs, sorting, hashing, data compression.-Data Structures and Algorithms in C++(Adam.Drozdek).2nd.Ed.2001
Platform: | Size: 22521856 | Author: michael | Hits:

[JSPAlgorithms_in_Java

Description: Algorithms in Java e.book
Platform: | Size: 5672960 | Author: alf | Hits:

[AI-NN-PRmatlab

Description: 利用遗传算法中的gaopt函数求解函数最优化问题-The use of genetic algorithms in function gaopt function optimization problem solving
Platform: | Size: 2048 | Author: Alice Wang | Hits:

[Windows DevelopOreilly.Algorithms.in.a.Nutshell.2008

Description: As the name implies "Algorithms in a Nutshell". A very good algo ebook, especially for new developers.
Platform: | Size: 11423744 | Author: hdemir | Hits:

[JSP/JavaSams.Publishing.Data.Structures.and.Algorithms.pdf

Description: Data.Structures.and.Algorithms in java second edition
Platform: | Size: 3631104 | Author: cywin | Hits:

[Windows DevelopAlgorithms_in_a_Nutshell_Source_Code

Description: The associated code repository to the "Algorithms in a Nutshell" book published by O Reilly Media, Inc.
Platform: | Size: 10356736 | Author: nick | Hits:

[Windows DevelopTop_10_Algorithms_in_Data_Mining

Description: 数据挖掘10大算法 Top 10 Algorithms in Data Mining (ICDM06 Panel)-Top 10 Algorithms in Data Mining (ICDM06 Panel)
Platform: | Size: 1840128 | Author: yufei | Hits:

[Mathimatics-Numerical algorithmsAlgorithms.In.C.3rd.Ed.Part5.Graph.Algorithms

Description: 经典算法书(中文版)。这一套算法系列书介绍了当今最重要的算法,共分3卷,这是第2卷(第五部分),集中讲解图算法。本书共有6章(第17章~第22章)。第17章详细讨论图性质和类型,第18章~第22章分别讲解图搜索、有向图和DAG、最小生成树、最短路径以及网络流。书中提供了用C语言描述的完整算法源程序,并且配有丰富的插图和练习。-Algorithms in C, Third Edition, Part 5: Graph Algorithms is the second book in Sedgewick s thoroughly revised and rewritten series. The first book, Parts 1-4, addresses fundamental algorithms, data structures, sorting, and searching. A forthcoming third book will focus on strings, geometry, and a range of advanced algorithms. Each book s expanded coverage features new algorithms and implementations, enhanced descriptions and diagrams, and a wealth of new exercises for polishing skills. A focus on abstract data types makes the programs more broadly useful and relevant for the modern object-oriented programming environment. Coverage includes: * A complete overview of graph properties and types * Diagraphs and DAGs * Minimum spanning trees * Shortest paths * Network flows * Diagrams, sample C code, and detailed algorithm descriptions
Platform: | Size: 13904896 | Author: wang | Hits:

[Mathimatics-Numerical algorithmsAlgorithms.in.C.Parts.1-4.Fundamentals.Data.Struct

Description: 经典算法书(中文版).《C算法》介绍了当今最重要的算法,共分3卷,本书是第1卷。第1卷分4部分、共16章。第一部分“基础知识”(第1~2章)介绍了基本算法分析原理。第二部分“数据结构”(第3~5章)讲解算法分析中必须掌握的数据结构知识。主要包括基本数据结构、抽象数据结构、递归和树。第三部分“排序”(第6~11章)按章节顺序分别讨论了基本排序方法(如选择排序、插入排序、冒泡排序、希尔排序等)、快速排序方法,归并和归并排序方法、优先队列与堆排序方法、基数排序方法以及特殊目的排序方法,并比较了各种排序方法的性能特征。第四部分“搜索”(第12~16章)在进一步讲解符号表、树等抽象数据类型的基础上,重点讨论哈希方法、基数搜索以及外部搜索方法。-This particular book, Parts 1-4, represents the essential first half of Sedgewick s complete work. It provides extensive coverage of fundamental data structures and algorithms for sorting, searching, and related applications. The algorithms and data structures are expressed in concise implementations in C, so that you can both appreciate their fundamental properties and test them on real applications. Of course, the substance of the book applies to programming in any language. Highlights * Expanded coverage of arrays, linked lists, strings, trees, and other basic data structures * Greater emphasis on abstract data types (ADTs) than in previous editions * Over 100 algorithms for sorting, selection, priority queue ADT implementations, and symbol table ADT (searching) implementations * New implementations of binomial queues, multiway radix sorting, Batcher s sorting networks, randomized BSTs, splay trees, skip lists, multiway tries, and much more * Increased quantit
Platform: | Size: 19883008 | Author: wang | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net